Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show hidden landmarks #85

Merged
merged 2 commits into from Sep 4, 2017
Merged

Conversation

matatk
Copy link
Owner

@matatk matatk commented Sep 4, 2017

Note: this is unrelated to whether landmarks are aria-hidden—they will show up (despite the fact that assistive technologies may ignore them). This is by design, and a warning to web authors that a landmark is visually apparent, but hidden from assistive technologies, will be added in due course (for more info on this, consult issue #197).

* If an element is hidden, ignore it and any landmark it
  represents and contains (fixes #80).
* Also we can use NodeList.forEach() now.
@matatk matatk merged commit 7538ce2 into master Sep 4, 2017
@matatk matatk deleted the do-not-show-hidden-landmarks branch September 4, 2017 19:36
matatk added a commit that referenced this pull request Oct 26, 2018
As per the recently-retconned PR notes for #85.

Partly addresses #197.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can now use .forEach() on NodeLists Please don't include hidden landmarks
1 participant